Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish migrating java util base64 to apache commons #1376

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

jillingk
Copy link
Contributor

@jillingk jillingk commented Oct 17, 2024

Description
In order to support android versions 7 and higher we decided to change java.util.Base64 in favour of the org.apache.commons.codec.binary.Base64 library. This PR serves to finish this migration.

@jillingk jillingk requested a review from a team as a code owner October 17, 2024 10:46
@@ -200,7 +200,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.3.1</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version seems to have issues hence I updated it.

Copy link

sonarcloud bot commented Oct 17, 2024

@Kwok-he-Chu Kwok-he-Chu merged commit 63c7c0a into main Oct 17, 2024
5 checks passed
@Kwok-he-Chu Kwok-he-Chu added the Feature Indicates a new feature addition label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Indicates a new feature addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants